<%include file="_head.html"/>
<%include file="_sidebar.html" />

ARTICLES ${article.title} %if mode == 'view': 新しい記事の追加 %else: 一覧に戻る %endif

ID:${post.id} ${ post.title } を 編集 ページ表示
公開日付
ファイル名 .html

    %for k,v in sorted( templates.items() ) :

  • ${k}
  • %endfor


<%include file="_footer.html" />